home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / CL52LNK.ZIP;1 / CL520MIN.LNK < prev    next >
Encoding:
Text File  |  1993-03-22  |  955 b   |  39 lines

  1. #
  2. #  CL520MIN.LNK - 03/22/93 Version 1.0
  3. #
  4. #  Blinker link script for CA-Clipper 5.2
  5. #
  6. #  Minimal overlaying - overlay EXTEND.LIB
  7. #
  8. #  For ease of use this script should be stored in your library
  9. #  directory, (the directory pointed to by the LIB environment variable),
  10. #  which will allow Blinker to find the script without you having to
  11. #  specify a full path.
  12. #
  13. #  This script must be included outside of any BEGINAREA / ENDAREA commands
  14. #  and after all libraries except the RDDs and LLIBCA if it is being used.
  15. #
  16. #  example:
  17. #
  18. #  FILE one
  19. #  BEGINAREA
  20. #       FILE two
  21. #       FILE three
  22. #       FILE four
  23. #  ENDAREA
  24. #  @CL520MIN
  25. #  LIB DBFCDX
  26. #  LIB LLIBCA # (if used)
  27.  
  28.  
  29. # mod tbrowse0            #  Uncomment these three lines
  30. # mod tbrowse1            #  to speed up TBROWSE by forcing
  31. # mod linelen             #  it into the root.
  32. #
  33. lib clipper
  34. beginarea
  35.     allocate extend
  36. endarea
  37. lib terminal
  38. lib dbfntx
  39.